config t
POD8AS#sh run
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname POD8AS
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host CAT 2008 1.1.1.1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 161.8.0.1 255.255.192.0
!
interface Serial0
 ip address 161.8.144.1 255.255.255.252
!
interface Serial1
 ip address 161.8.140.1 255.255.255.252
!
ip classless
!
alias exec c1 clear line 1
alias exec c2 clear line 2
alias exec c3 clear line 3
alias exec c4 clear line 4
alias exec c5 clear line 5
alias exec c6 clear line 6
alias exec c7 clear line 7
alias exec c8 clear line 8
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line 1 8
 no exec
 transport input telnet
line aux 0
line vty 0 4
 privilege level 15
 logging synchronous
 no login
!
end
